Prevents raising events until the EndUpdate()()()() method is called.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public void BeginUpdate()
Visual Basic
Public Sub BeginUpdate

Remarks

The DeferrableObservableCollection<(Of <(<'T>)>)> keeps count of calls to BeginUpdate()()()() method. Be sure to call EndUpdate()()()() method for each call to BeginUpdate()()()() method.

See Also